home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscString / Makefile.postamble < prev    next >
Makefile  |  1995-01-30  |  347b  |  12 lines

  1. # Optimization flag passed to compiler:
  2. OPTIMIZATION_CFLAG = -O2 -pipe
  3.  
  4. COMMON_CFLAGS = $(PROJECT_SPECIFIC_CFLAGS) -Wall  
  5.  
  6. # Flags passed to compiler in normal 'app' compiles:
  7. NORMAL_CFLAGS = $(COMMON_CFLAGS) $(OPTIMIZATION_CFLAG)
  8.  
  9. # Flags passed to compiler in normal 'app' compiles:
  10. # old (3.2) way
  11. #NORMAL_CFLAGS = $(OPTIMIZATION_CFLAG) -Wall
  12.